home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / comms / mosiac / mosaic_1.2_amitcp / envarc / mosaic / mailcap next >
Text File  |  1978-06-29  |  786b  |  26 lines

  1. # This is a simple example mailcap file.
  2. # Lines starting with '#' are comments.
  3.  
  4. # N.B. That if you are running mosaic on the Workbench, you
  5. # will have to remove the PUBSCREEN=Mosaic arguments from the commands.
  6.  
  7. # Note that '%s' means 'put the datafile name here when the viewer is
  8. # executed'.
  9.  
  10. audio/*; sys:Utilities/MultiView %s PUBSCREEN=Mosaic
  11.  
  12. image/*; sys:Utilities/MultiView %s PUBSCREEN=Mosaic
  13.  
  14. #hopefully do something reasonable with text files
  15. text/x-aguide; sys:Utilities/MultiView %s PUBSCREEN=Mosaic
  16. text/*; sys:utilities/more %s
  17.  
  18. # This maps MPEG video data to the viewer 'mpeg_play'.
  19. video/mpeg; mpeg_play %s
  20. video/*;  sys:Utilities/MultiView %s PUBSCREEN=Mosaic
  21.  
  22. application/postscript; ghostview %s
  23. application/x-dvi; xdvi %s
  24.  
  25. music/x-mod;  rx rexx:playmod.rexx %s
  26.